home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / May 90 / MacApp.Tech$ 5⁄25⁄90 / 1337-Assignment to instan-May90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  670 b   |  23 lines  |  [TEXT/GEOL]

  1. Item    0711010                         24-May-90        16:12PDT
  2.  
  3. From:   D5295                           Reseach SW Design, D Goldman,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Assignment to instance vars
  8.  
  9. On page 331 of "Programming with MacApp" it says not to do this:
  10.  
  11.         fMyInstanceVariable := FunctionThatMayMoveMemory;
  12.  
  13. because the address fMyInstanceVariable^^ is computed before the function is
  14. called. Is this correct??? If so, then I'll have to check a bunch of things in
  15. my code. Does the code of MacApp really never use such statements?
  16.  
  17. Chagrined,
  18.  
  19. -- Dave
  20.  
  21. (P.S. If this is real, shouldn't Pascal be smarter?)
  22.  
  23.